home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / scripts_39_New Behavior.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  183 b   |  9 lines

  1. on mouseUp
  2.   global jump_back
  3.   if SpriteExists(110) > 0 then
  4.     set the directToStage of member the member of sprite 110 to 0
  5.   end if
  6.   puppetTransition(10, 2)
  7.   go(jump_back)
  8. end
  9.